From c92727aedbb5adbb2e51a4c6f6a32f171af5345c Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Mon, 20 Jan 2020 15:04:53 +0100 Subject: [PATCH] Update alpha release, and requirements for itest --- include/siri/version.h | 2 +- itest/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/siri/version.h b/include/siri/version.h index 36fc2750..80fdeff0 100644 --- a/include/siri/version.h +++ b/include/siri/version.h @@ -15,7 +15,7 @@ * Note that debian alpha packages should use versions like this: * 2.0.34-0alpha0 */ -#define SIRIDB_VERSION_PRE_RELEASE "-alpha-2" +#define SIRIDB_VERSION_PRE_RELEASE "-alpha-3" #ifndef NDEBUG #define SIRIDB_VERSION_BUILD_RELEASE "+debug" diff --git a/itest/requirements.txt b/itest/requirements.txt index f44e6797..cb2da8ef 100644 --- a/itest/requirements.txt +++ b/itest/requirements.txt @@ -1,2 +1,3 @@ siridb-connector psutil +requests -- 2.30.2